/*
* name: ui.css
* version: v1.1.13
* update: body不再默认横向隐藏
* date: 2016-04-30
*/
/*
* name:Global && Pc StyleSheet
* version:v3.3.1
* update:雪碧图对齐
* date:2016-04-30
*/

/* 雪碧图 */
/*引入特殊字体*/

/* 常量设置 */
html { overflow-x:auto;}
html,body,.wrap { min-width:1280px;}
.wrap { width:1280px; margin-right:auto; margin-left:auto;}
body{font-size:13px; line-height:1.6; color:#555; background:#fff;}
a{color:inherit;}
a:hover { color:#CB182C;}
::-moz-selection {color:#fff; background:#39f; }
::selection {color:#fff; background:#39f; }
::-webkit-input-placeholder { color:#aaa; } 
.placeholder { color:#aaa;}
/*css组件设置*/
.form-control, .input-group-addon, .btn{border-radius:2px; }
.form-control:focus { border-color:#66afe9; outline:0; box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px rgba(102, 175, 233, 0.6);}

.imgZoom img,.imgY180 img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}

.imgZoom { overflow:hidden; }
.imgZoom:hover img{ -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}

.imgY180:hover img { cursor:pointer; -moz-transform:rotateY(180deg); -ms-transform:rotateY(180deg); -o-transform:rotateY(180deg); -webkit-transform:rotateY(180deg); transform:rotateY(180deg) }

/* 网站样式 */
/*头部通用*/

.mobile_key{display: none;}



h1,h2,h3,h4,h5,h6,p,dl,dd,ul,ol{margin:0;padding:0}em,i{font-style:normal}li{list-style:none}a,a:hover{text-decoration:none}img{border:0}table{border-collapse:collapse;border-spacing:0}label{cursor:default}body,button,input,select,textarea{font:12px/1.5 'microsoft yahei',Tahoma,arial,'Hiragino Sans GB',\5b8b\4f53}textarea{resize:none}a,a:focus{outline:none}.clearfix:after{content:'\20';display:block;height:0;clear:both}.clearfix{*zoom:1}.clear{display:block;height:0;clear:both;font-size:0;line-height:0;overflow:hidden}.fl{float:left;display:inline}.fr{float:right;display:inline}.fn{float:none}.tl{text-align:left}.tr{text-align:right}.tc{text-align:center}.hide{display:none}.show{display:block}.mt10{margin-top:10px}.noBg{background:none!important}.noBorder{border:0!important}.yahei{font-family:'microsoft yahei'}.red{color:red}

a{color:#555;text-decoration:none;transition: all 0.3s ease 0s}
a:hover{color:#e60012;}
.container{position: relative;background: #fff;padding-top: 2.5%}
 html { overflow-x:hidden;}
html{ -webkit-text-size-adjust:none;}
*{margin: 0;padding: 0;font-size: 14px;font-family: "微软雅黑";}
/*下层通用*/
.xc_tongyong{position: relative;margin-top: 510px;background: #ffffff;min-height: 300px}

/*工具*/
.fix { *zoom: 1; *clear: both;}
.fix:before, .fix:after { display: table; clear: both; content: '';}
.cbl{position: fixed;z-index: 101;right: 0;bottom: 10px;margin-top: 0;width: 55px;}
.cbl a{position: relative; display: block;width: 55px;margin-bottom: 3px; border-top-left-radius: 5px;border-bottom-left-radius: 5px; height: 55px;line-height: 55px;background: #535050;font-size: 0;}
.cbl .number{width: 258px;}
.cbl a i{display: inline-block;font-weight: bold; color: #fff;font-size: 15px;text-align: center;border: 2px solid rgba(255,255,255,0.2);border-radius: 50%; vertical-align: middle;width: 30px;height: 30px;line-height: 30px;margin-left: 11px;}
.cbl .goTop, .cbl .goTop i{height: 38px;line-height: 38px;}
.cbl .goTop i{border: none;border-radius: 0;margin-top: 0;}
.cbl span{font-size: 13px;
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
    line-height: 22px;
    display: block;
    margin-left: 56px;
    margin-top: -50px;}
.cbl a:hover{background: #D31F1F;}
.cbl .number:hover{transform: translateX(-200px);}
.cbl a img{position: absolute;top: 0;right: -600%;width: 100px;height: auto;opacity: 0;}
.cbl a:hover img{opacity: 1;right: 100%;}
.cbl .message{width: 100px;}
.cbl .message span{width: 35px;font-size: 14px;margin-left: 15px;font-weight: normal;display: inline-block;vertical-align: middle;line-height: 20px;margin-top:0;}
.cbl .message:hover{transform: translateX(-40px);}